home *** CD-ROM | disk | FTP | other *** search
Text File | 1994-09-18 | 1.4 KB | 47 lines | [TEXT/R*ch] |
- Change ver
- version 1.0
- September 9th, 1994
- ©Hubert Figuière 1994
-
-
- This program it absolutely free...
-
- Change ver is simple utility (in fact, just a hack) that I have created for my
- own use. It is intended for CodeWarrior users using MW C/C++ compiler.
-
- ΔWhat it does ?
- Huuh. It just change the integer number in the resource of type 'pVer' if the
- project to 1. It should be 1 for version 1.0 and 2 for version 1.1. This allows
- you to compile project created for 1.1 under and 1.0 compiler.
-
- ΔWhat you should do ?
- First you should duplicate your project. Then, you should open it into MW C/C++
- and remove the binaries. Now, you can either drop the project file onto Change ver
- not open the project file into Change ver.
- If you want to do this automatically, you can write an AppleScript.
- Here's how to do with AppleScript (in English dialect).
-
- tell application "MW C/C++ 1.1"
- open file <Your project>
- Remove Binaries
- Close Project <Your project>
- end tell
-
- tell application "changer ver"
- open file <Your project>
- end tell
-
- That's all.
- Please, note that 1.0 compiler does not support resource file including into
- project. You should name it "<Your project>.rsrc" to make it automagically
- included.
- Balloon help are available.
-
- ΔPlease, follow comments, bug reports to :
- Hubert Figuière
- 24 rue des Filmins
- 92330 Sceaux
- France
- e-mail : b2515@dpx20.iut-orsay.fr (until the end of march 95)
- figuiere@altern.com
-